/**
 * Global
 * Popup
 * V5 download
 * Download-form and contact-email
 * SDK download form
 * Download link
 */

/* Global */
.noScroll {
    overflow: hidden;
}
.modalContainer {
	position: absolute;
	z-index: 1200;
	font-family: "Open Sans";
}
.modalContainer h1 {
	font-family: "Open Sans";
}
.modalContainer.ng-enter, .modalContainer.ng-leave {
	-webkit-transition: all linear .2s;
    transition: all linear .2s;
}
.modalContainer.ng-enter {
	opacity: 0;
}
.modalContainer.ng-enter.ng-enter-active {
	opacity: 1;
}
.modalContainer.ng-leave {
	opacity: 1;
}
.modalContainer.ng-leave.ng-leave-active {
	opacity: 0;
}
a.button-box {
	font-size: 13px;
	color: #313131;
	font-weight: 700;
	border: 3px solid #d6d6d6;
	padding: 5px 14px;
}
a.button-box:hover {
	border: 3px solid #000;
}
a.button-box.disable {
	color: #d6d6d6;
}
a.button-box.disable:hover {
	border: 3px solid #d6d6d6;
	cursor: default;
}
#close a {
	width: 48px;
	height: 48px;
	background-image: url('https://web.archive.org/web/20150125224404im_/https://images.blackmagicdesign.com/css/images3/support/close.png');
	background-repeat: no-repeat;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 1002;
}
#close a:hover {
	background-position: bottom;
}

/* Popup */
#blackout {
	position: fixed;
	background: #1e1f26;
	opacity: .8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
#popup {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 920px;
	margin-left: -460px;
	margin-top: -360px;
	z-index: 1000;
}
.pop-header {
	height: 94px;
	background-color: #2d2d2e;
	border-bottom: 1px solid #282829;
	overflow: hidden;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pop-header h1 {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	line-height: 95px;
	margin-left: 40px;
}
.pop-header .logo {
	position: absolute;
	top: 23px;
	right: 40px;
}
.pop-content {
	background-color: #fff;
	height: 540px;
}
.pop-footer {
	height: 84px;
	text-align: center;
	background-color: #f7f7f7;
	border-top: 1px solid #ececec;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pop-footer a.button-box {
	display: inline-block;
	margin-top: 25px;
}

/* V5 download */
.v5-download-link-container .formLeft {
	padding: 0;
	float:left;
	width:50%;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.v5-download-link-container .formLeft:first-child {
	border-right: 1px solid #ebebeb;
}
.v5-download-link-container {
	display: table;
	width: 100%;
	height: 100%;
}
.v5-download-link {
	display: block;
	text-align: center;
	vertical-align: middle;
	margin-top: 73px;
}
.v5-download-link.no-beta-tag {
	margin-top: 147px;
}
.v5-download-link.single-column {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.v5-download-link img {
	margin-bottom: 15px;
}
.v5-download-link h2 {
	font-size: 26px;
	font-weight: 300;
	color: #292929;
	margin-bottom: 0;
	line-height: 32px;
}
.v5-download-link h2{
	font-weight: 600;
}
.v5-download-link h2 span{
	font-weight: 300;
}
.v5-download-link p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: -1px;
}
.v5-download-link .tiny-label {
	color: #ababab;
	font-size: 10px;
	margin-bottom: 7px;
}
.v5-download-link a.button-box {
	display: inline-block;
	margin-top: 28px;
	margin-right: 17px;
	text-decoration: none;
}
.v5-download-link a.button-box:last-child {
	margin-right: 0;
}
.v5-download-link a.button-box img {
	margin-bottom: 1px;
	margin-right: 9px;
	vertical-align: bottom;
}
.v5-download-link-container #beta {
	top: 95px;
	left: 0;
}
.no-footer {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* Download-form and contact-email */
.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
	outline: none;
}
.support-form select.form-control:disabled {
	color: #888;
}
.support-form select:invalid {
	box-shadow: inherit;
}
.support-form {
	padding: 0 40px 0px 40px;
    width: 840px;
    overflow: auto;
	overflow-x: hidden;
}
.support-form h2 {
	font-size: 16px;
	font-family: "Open Sans";
	margin-bottom: 22px;
}
.support-form .formLeft:last-child h2 {
	width: 176px;
}
.french .support-form .formLeft:last-child h2, .russian .support-form .formLeft:last-child h2, .spanish .support-form .formLeft:last-child h2 {
	width: 300px;
	position: relative;
	z-index: 10;
}
.support-form label {
	font-size: 14px;
	color: #000;
	font-family: "Open Sans";
	font-weight: 600;
	margin-bottom: 8px;
	float: left;
}
.support-form label.sml-label {
	line-height: 40px;
	margin-bottom: 0;
}
.sml-label {
	width: 24%;
	float: left;
}
.german .sml-label,  .russian .sml-label{
	width: 28%;
}
.french .sml-label {
	width: 33%;
}
.russian label.sml-label, .spanish label.sml-label {
	padding-top: 11px;
	line-height: normal;
}
.russian label.dbl-line, .spanish label.dbl-line {
	padding-top: 2px;
}
.full-input {
	width:100%;
	float: left;
}
.med-input {
	width:75%;
	float: left;
}
.german .med-input, .russian .med-input {
	width:72%;
}
.french .med-input {
	width:67%;
}
.form-group {
	margin-bottom: 15px;
	width: 100%;
	float: left;
}
.support-form input.form-control,
.support-form select.form-control,
.support-form textarea {
	background: #f2f2f2;
	border:1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	height: 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 12px;
	font-family: "Open Sans";
	padding: 0 0 0 10px;
}
.support-form textarea {
	height: 117px;
	padding: 10px 0 0 10px;
}
.german .support-form textarea {
	height: 98px;
}
.french .support-form textarea, .russian .support-form textarea, .spanish .support-form textarea{
	height: 108px;
}
.support-form textarea.lge-txt-area {
	height: 315px;
}
input:invalid, textarea:invalid {
    border-radius: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.support-form .error select,
.support-form .error input,
.support-form .error textarea {
	box-shadow: 0px 0px 0px 3px #ef6b6b;
}
.support-form .error label,
.support-form .error > span {
	color: #ef6b6b;
}
.formLeft {
	padding: 28px 40px 28px 0;
	border-right: 1px solid #ebebeb;
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.support-form .formLeft:last-child {
    padding: 28px 0 28px 40px;
    border-right: none;
}
.serial-left {
	width: 50%;
	float: left;
	padding:0 15px 0 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 14px 0;
}
.serial-left:last-child.ng-scope {
	margin: -22px 0;
	position: relative;
	z-index: 1;
}
.french .serial-left:last-child span{
	font-size: 10px;
}
.serial-left span {
	position: absolute;
	text-align: right;
	line-height: 0px;
	right: 39px;
	width: 166px;
}
.footer-left {
	width: 50%;
	float: left;
	padding: 27px 40px 0 40px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-left:last-child {
	padding-left: 0px;
}
.btn-download {
	color: #313131;
	font-size: 13px;
	font-family: "Open Sans";
	line-height: 34px;
	font-weight: 600;
	text-decoration: underline;
	float: left;
}
.btn-download:hover {
	color: #313131;
	font-weight: 800;
}
.footer-left .radio {
	display: block;
	min-height: 20px;
	padding-left: 15px;
	float: left;
	line-height: 35px;
}
.footer-left .radio label {
	font-size: 12px;
}
.footer-left .radio input {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
.footer-left a.button-box {
	margin: 0;
	float: right;
	text-decoration: none;
}
@-moz-document url-prefix() {
    .support-form select.form-control {
        padding: 9px 5px;
    }
}

/* SDK download form */
.sdk-support {
	height: 487px;
}
.sdk-support .formLeft {
	padding-bottom: 19px;
}
.sdk-support .formLeft:last-child {
	padding-bottom: 19px;
}
.sdk-header{
	border-bottom: none;
}
#popup .tab-nav {
	width: 100%;
	height: 54px;
	background: #2d2d2e;
	background: -moz-linear-gradient(top,  #2d2d2e 45%, #ffffff 53%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#2d2d2e), color-stop(53%,#ffffff), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	background: -o-linear-gradient(top,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	background: linear-gradient(to bottom,  #2d2d2e 45%,#ffffff 53%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2e', endColorstr='#ffffff',GradientType=0 );
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#popup .tab-nav::before {
	content: "";
	float:left;
	width: 9px;
	height: 54px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	background-color: #2d2d2e;
}
#popup .tab-nav:after {
	content: "";
	float:right;
	width: 9px;
	height: 54px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-color: #2d2d2e;
}
#popup .tab-nav ul {
	margin: 0;
}
#popup .tab-nav li {
	float: left;
	list-style-type: none;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 451px;
    cursor: pointer;
}
#popup .tab-nav li p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 14px;
}
/* Styles for first Tab */
#popup .tab-nav li:first-child {
	background: #f2f2f2;
	font-color: #6e6e6e;
	height: 50px;
	margin-top: 4px;
	border-bottom: 1px solid #cecece;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
#popup .tab-nav li.current:first-child {
	background: #ffffff;
	font-color: #000000;
	height: 54px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	border-right: 1px solid #cecece;
	border-bottom: none;
	margin-top: 0;
}
#popup .tab-nav li.current:first-child::before {
	content: "";
	float:left;
	background-color: #00a9ec;
	border: 1px solid #0089bf;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	height:6px;
	width: 451px;
	vertical-align:text-top ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Styles for last Tab */
#popup .tab-nav li.current:last-child {
	background: #ffffff;
	font-color: #000000;
	height: 54px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #cecece;
	border-bottom: none;
	margin:0;
}
#popup .tab-nav li.current:last-child::before {
	content: "";
	float:right;
	background-color: #00a9ec;
	border: 1px solid #0089bf;
	border-bottom: none;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	height:6px;
	width: 451px;
	vertical-align:text-top ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#popup .tab-nav li:last-child {
	background: #f2f2f2;
	font-color: #6e6e6e;
	height: 50px;
	margin-top: 4px;
	border-bottom: 1px solid #cecece;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
#popup .tab-details {
	width:100%;
	float:left;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0 10px 0;
}
#popup .tab-details:first-child {
	padding-top: 0;
}
#popup .tab-details:nth-child(3) {
	margin-bottom: 5px;
	border: none;
}
#popup .tab-details label {
	float: left;
	width: 50%;
	line-height: normal;
}
#popup .tab-details p{
	float: left;
	width: 50%;
	color: #00a9ec;
	font-size: 12px;
}
.tab-content {
	overflow: hidden;
}
.support-form .tab-content textarea {
	height: 178px;
}
.german .support-form .tab-content textarea {
	height: 159px;
}
.french .support-form .tab-content textarea,
.russian .support-form .tab-content textarea,
.spanish .support-form .tab-content textarea {
	height: 168px;
}
.support-form .tandc {
	padding: 30px 0 30px 0;
}
.support-form .tandc h1 {
	font-size: 16px;
}
.support-form .tandc p, .support-form .tandc li {
	font-size: 14px;
	margin: 0 0 15px 0;
}
.support-form .tandc ol ol {
	margin-top: 15px;
	margin-bottom: 15px;
}
.agree-text {
	vertical-align: middle;
	line-height: 14px;
	margin-top: 11px;
	float: left;
	opacity: 0.5;
}
.agree-text input {
	margin-right: 11px;
}
.agree-text.agreed {
	opacity: 1;
}
.pop-footer .tab-content .footer-left:first-child {
	width: 70%;
}
.pop-footer .tab-content .footer-left:last-child {
	width: 30%;
}
.pop-footer .tab-content .next-btn {
	margin-right: 21px;
}
.pop-footer .tab-content .next-btn .button-box {
	border-right: none;
	padding: 5px 14px 6px 14px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pop-footer .tab-content .next-btn .button-box:hover {
	border-right: none;
}
.pop-footer .tab-content .next-btn::after,
.pop-footer .tab-content .next-btn.disable:hover::after{
	content: url('https://web.archive.org/web/20150125224404im_/https://images.blackmagicdesign.com/css/images3/support/next-arrow.png') no-repeat;
	left: 856px;
	position: absolute;
	top: 662px;
}
.pop-footer .tab-content .next-btn:hover::after{
	content: url('https://web.archive.org/web/20150125224404im_/https://images.blackmagicdesign.com/css/images3/support/next-arrow-hover.png') no-repeat;
}
.hide-tab {
	display: none;
}

/* Download link */
.download-link-container {
	display: table;
	width: 100%;
	height: 100%;
}
.download-link {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.download-link img {
	margin-bottom: 10px
}
.download-link h2 {
	font-size: 26px;
	font-weight: 300;
	color: #292929;
	margin-bottom: 5px;
}
.download-link p {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	margin-bottom: -1px;
}
.download-link a.button-box {
	display: inline-block;
	margin-top: 25px;
	text-decoration: none
}

/*
     FILE ARCHIVED ON 22:44:04 Jan 25, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:55:11 Feb 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.759
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 7.321
  LoadShardBlock: 169.413 (3)
  PetaboxLoader3.datanode: 246.859 (5)
  load_resource: 310.223 (2)
  PetaboxLoader3.resolve: 192.513 (2)
*/